home *** CD-ROM | disk | FTP | other *** search
- Short : Find equal files with distinct filenames
- Uploader : Fulvio Peruggi <peruggi@unina.it>
- Author : Fulvio Peruggi <peruggi@unina.it>
- Type : util/rexx
- Version : 1.8
- Requires : util/cli/ALeXcompare.lha
- Distribution: Aminet
-
-
- EqFiles.rexx is a program which compares files in one or two directories (or
- directory trees) and searches for files having the same contents and
- (possibly) distinct filenames.
-
- You know the problem. You have collections of files (pictures, music modules,
- etc.) downloaded from different sites or extracted from distinct CD-ROMs.
- Often you have one or more duplicates of certain files, because distinct
- sources used different filenames for the same file. You can find duplicate
- files manually, but actually this is convenient only in a small collection.
- When your collection is formed by hundreds or thousands of files the only
- reasonable way to find duplicates is a program that does the job for you. As
- far as I know, all usual "compare" programs make comparisons between files
- having the same filename, and so they are useless in the present case. Here is
- the point where EqFiles.rexx comes in handy.
-
- With EqFiles.rexx it is also possible to delete automatically all duplicate
- files found in a search.
-
- EqFiles.rexx is optimized for maximum speed.
-
- EqFiles.rexx can be used from within Directory Opus.
-
-
- History:
- ¯¯¯¯¯¯¯¯
- Version 1.8 (11.10.98)
- - Removed residual erroneous handling of filenames with spaces in case of
- deletion.
- - Major changes and additions in the document file.
- - First Aminet release.
-
-
- Author:
- ¯¯¯¯¯¯¯
-
- Fulvio Peruggi
- Via Consalvo 150, isolato 5
- 80126 Napoli
- Italy
-
- E-Mail: peruggi@unina.it
-
-